home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / objects / fprint / r3fprint.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  1.7 KB  |  64 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3fprint.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/objects/r3aik.js")
  7. include("plugins/objects/fprint/r3foot.js")
  8. var R3CLID_FOOTPRINT = 1490;
  9.  
  10. R3FPRINTM_EVALSTEPHEIGH = 1490000;
  11.  
  12. function _R3FPRINTM_EVALSTEPHEIGH() {
  13.   return this.r3Do(R3FPRINTM_EVALSTEPHEIGHT, arguments);
  14. }
  15.  
  16.  
  17. R3FPRINTM_DOUPDATE = 1490001;
  18.  
  19. function _R3FPRINTM_DOUPDATE() {
  20.   return this.r3Do(R3FPRINTM_DOUPDATE, arguments);
  21. }
  22.  
  23. R3FPRINTA_StepHeight = 1490500;
  24. function SetR3FPRINTA_StepHeight(value) {
  25.   this.r3Set(R3FPRINTA_StepHeight, value);
  26. }
  27.  
  28. function GetR3FPRINTA_StepHeight() {
  29.   var value = 0;
  30.   return this.r3Get(R3FPRINTA_StepHeight, value); // R3FLOAT *
  31. }
  32.  
  33. R3FPRINTA_TouchTime = 1490501;
  34. function SetR3FPRINTA_TouchTime(value) {
  35.   this.r3Set(R3FPRINTA_TouchTime, value);
  36. }
  37.  
  38. function GetR3FPRINTA_TouchTime() {
  39.   var value = 0;
  40.   return this.r3Get(R3FPRINTA_TouchTime, value); // R3FLOAT *
  41. }
  42.  
  43. var R3FPRINTA_Phase = 5.8097e-315;
  44. var R3FPRINTA_Touch = 5.8097e-315;
  45. var R3FPRINTA_Handness = 6.05837e-315;
  46. var R3FPRINTA_JointType = 6.05837e-315;
  47. function r3Footprint () { 
  48.    this.base = r3God;
  49.    if(arguments.length) {
  50.       this.base(R3CLID_FOOTPRINT, arguments);
  51.    }
  52.    // Methods
  53.    this.EVALSTEPHEIGH=_R3FPRINTM_EVALSTEPHEIGH;
  54.    this.DOUPDATE=_R3FPRINTM_DOUPDATE;
  55.  
  56.    // Attributes
  57.    this.GetStepHeight=GetR3FPRINTA_StepHeight;
  58.    this.SetStepHeight=SetR3FPRINTA_StepHeight;
  59.    this.GetTouchTime=GetR3FPRINTA_TouchTime;
  60.    this.SetTouchTime=SetR3FPRINTA_TouchTime;
  61. }
  62.  
  63. r3Footprint.prototype=new r3Ainversekinematics;
  64. // inc/plugins/objects/fprint/r3fprint.h_H